home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Interfaces / AIncludes / CMComponent.a < prev    next >
Encoding:
Text File  |  1996-01-24  |  1.7 KB  |  60 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        CMComponent.a
  3. ;
  4. ;    Contains:    Stub for including new file names.
  5. ;
  6. ;    Version:    Technology:    ColorSync 2.0
  7. ;                Package:    Universal Interfaces 2.2 in “MPW” on ETO #20
  8. ;
  9. ;    Copyright:    © 1984-1995 by Apple Computer, Inc.
  10. ;                All rights reserved.
  11. ;
  12. ;    Bugs?:        If you find a problem with this file, use the Apple Bug Reporter
  13. ;                stack.  Include the file and version information (from above)
  14. ;                in the problem description and send to:
  15. ;                    Internet:    apple.bugs@applelink.apple.com
  16. ;                    AppleLink:    APPLE.BUGS
  17. ;
  18. ;
  19.  
  20.     IF &TYPE('__CMCOMPONENT__') = 'UNDEFINED' THEN
  21. __CMCOMPONENT__ SET 1
  22.  
  23. ;    This file has been included to allow older source code 
  24. ;    to #include <CMComponent.h>.  Please update your source
  25. ;    code to directly #include <CMMComponent.h>
  26. ;      and             #include <CMPRComponent.h>
  27. ;
  28. ;
  29. ; #include the two ColorSync 2.0 files equivalent to the v. 1.0 file 
  30.  
  31.     IF &TYPE('__CMMCOMPONENT__') = 'UNDEFINED' THEN
  32.     include 'CMMComponent.a'
  33.     ENDIF
  34. ;        include 'Types.a'                                            ;
  35. ;            include 'ConditionalMacros.a'                            ;
  36. ;        include 'Quickdraw.a'                                        ;
  37. ;            include 'MixedMode.a'                                    ;
  38. ;            include 'QuickdrawText.a'                                ;
  39. ;        include 'Components.a'                                        ;
  40. ;        include 'CMApplication.a'                                    ;
  41. ;            include 'Files.a'                                        ;
  42. ;                include 'OSUtils.a'                                ;
  43. ;                    include 'Memory.a'                                ;
  44. ;                include 'Finder.a'                                    ;
  45. ;            include 'Printing.a'                                    ;
  46. ;                include 'Errors.a'                                    ;
  47. ;                include 'Dialogs.a'                                ;
  48. ;                    include 'Menus.a'                                ;
  49. ;                    include 'Controls.a'                            ;
  50. ;                    include 'Windows.a'                            ;
  51. ;                        include 'Events.a'                            ;
  52. ;                    include 'TextEdit.a'                            ;
  53. ;            include 'CMICCProfile.a'                                ;
  54.  
  55.     IF &TYPE('__CMPRCOMPONENT__') = 'UNDEFINED' THEN
  56.     include 'CMPRComponent.a'
  57.     ENDIF
  58.     ENDIF ; __CMCOMPONENT__
  59.